home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUCLS3.ZIP / NURN.ZP / TMAP.HLP < prev    next >
Text File  |  1994-09-03  |  2KB  |  38 lines

  1. Info on Network Modeling and Pruning Program
  2.  
  3. 1. Given a trained MLP network, the program;
  4.  a. Models the net
  5.  b. Measures its performance as a function of 
  6.     the number of hidden units
  7.  
  8. 2. The non-demo version of the program; 
  9.  a. Prunes the net to a user-controlled size and saves a pruned 
  10.       net to disk
  11.  b. Determines the effective degree (amount of nonlinearity) of the net
  12.  
  13. 3. Example Run of Network Modeling and Pruning Program
  14.  a. Go to the "Batch Processing" option and press <ret>
  15.  b. Observe the parameter file with commented keyboard responses;
  16.  
  17. grng.top            ! network structure file
  18. 2                   ! 1 if the outputs are coded, 2 for uncoded output format
  19. grng                ! data file
  20. 0                   ! number of training patterns (0 for all data) 
  21. 0, 0                ! Enter numbers of 1st and last patterns to examine (0 0 for none)
  22. grng1.wts           ! weight file of trained network
  23. 7.0                 ! Maximum acceptable classification error percentage in pruned network
  24.  
  25.  
  26.     The program will prune the network from the fast training program,
  27.     which has network structure file grng.top and weight file grng1.wts,
  28.     so that it has 7 % classification error or less.
  29.  c. Exit the DOS editor and observe the program running
  30.  d. Go to the "Examine Program Output" option and press <ret>
  31.  e. The program has created a new network, having 10 hidden units,
  32.     which performs about as well as the original network.
  33.  f. You can run this program on your own data, simply by editing the 
  34.     parameter file in the "batch Run" option. Realistically, it is 
  35.     more productive to use the "Manual Run" with this program.
  36.  
  37.  
  38.